Package-level declarations
Types
Used for when you wish to serialize a Record with multiple expanded relations of different types or nested relations. Be sure you include the ExpandRelations field in the request.
Used for when you wish to serialize a Record with expanded relations. Type T is the Serializable class of the related record. Be sure you include the ExpandRelations field in the request.
Used for when you wish to serialize a list of Record with expanded relations. Type T is the Serializable class of the related record in the list. Be sure you include the ExpandRelations field in the request.
This allows a Record's relations to be expanded and added to the response.
Used to filter the list of Records returned by a request. See the Pocketbase docs for a guide on how to format a filter request.
This specifies which fields in a Record are shown in the request's response See this example for an explanation on how to use ShowFields
An idiomatic way to handle Pocketbase sorting. Add + before your SortFields object to sort with the records you included on top, or add - if you want those items to come last.